projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d6ebf2
)
(find-function-regexp): Allow a ) or ( to end a function name.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Aug 1999 18:15:29 +0000
(18:15 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Aug 1999 18:15:29 +0000
(18:15 +0000)
lisp/emacs-lisp/find-func.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/find-func.el
b/lisp/emacs-lisp/find-func.el
index 3ae98c08a399f4e1a957152826456cec1d903426..e7607494d04058affcf93976d54365a9359f0008 100644
(file)
--- a/
lisp/emacs-lisp/find-func.el
+++ b/
lisp/emacs-lisp/find-func.el
@@
-60,7
+60,7
@@
;; (define-derived-mode foo ...), (easy-mmode-define-minor-mode foo)
"^\\s-*(\\(def\\(ine-skeleton\\|ine-generic-mode\\|ine-derived-mode\\|\
\[^cgv\W]\\w+\\*?\\)\\|easy-mmode-define-minor-mode\\)\\s-+'?\
-%s\\(\\s-\\|$\\)"
+%s\\(\\s-\\|$\\
|\(\\|\)\\
)"
"The regexp used by `find-function' to search for a function definition.
Note it must contain a `%s' at the place where `format'
should insert the function name. The default value avoids `defconst',